home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Demos / Voodoo Lounge / VLMOVIES / 16_VIPLG.Dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1995-10-25  |  123 b   |  9 lines

  1. on mouseDown
  2.   global gClickAcummulator
  3.   clickBlocker()
  4.   if gClickAcummulator > 1 then
  5.     abort()
  6.   end if
  7.   quit()
  8. end
  9.